Toggle navigation
Bootsnipp
Bootstrap
For
CSS Frameworks
Bootstrap
Foundation
Semantic UI
Materialize
Pure
Bulma
References
CSS Reference
Tools
Community
Page Builder
Form Builder
Button Builder
Icon Search
Dan's Tools
Diff / Merge
Color Picker
Keyword Tool
Web Fonts
.htaccess Generator
Favicon Generator
Site Speed Test
Snippets
Featured
Tags
By Bootstrap Version
4.1.1
4.0.0
3.3.0
3.2.0
3.1.0
3.0.3
3.0.1
3.0.0
2.3.2
Register
Login
"Responsive Video"
Bootstrap 4.1.1 Snippet by
SANTANU CHOWDHURY
4.1.1
Preview
HTML
CSS
View Full Screen
Fork
Fork this
829
 
0 Fav
Post to Facebook
Tweet this
<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <!------ Include the above in your HEAD tag ----------> <div class="video-bg"> <div class="video-overlay"></div> <div class="text-overlay"> <div class="container"> <h2 class="text-golden">Inspiring the Future <br>Through History</h2> <div class="line"></div> </div> </div> <video loop autoplay muted playsinline poster="img/video/poster.jpg"> <source src="https://cdn.pixabay.com/video/2023/07/04/169951-842348732_large.mp4" type="video/mp4"> </video> </div>
.video-bg { height: 100vh; overflow: hidden; position: relative; } @media only screen and (max-width: 768px) { .video-bg { height: 70vh; } } .video-bg video { position: absolute; top: 0; left: 0; display: block; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; } .video-bg .video-overlay { position: absolute; background: rgba(0, 22, 20, 0.75); inset: 0; z-index: 8; } .video-bg .text-overlay { padding-top: 60px; position: absolute; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); left: 0; right: 0; z-index: 9; text-align: center; } .video-bg .text-overlay .line { border-bottom: 1px solid #ECAA2B; max-width: 300px; width: 100%; display: inline-block; } .video-bg .text-overlay h2{ color: #fff; }
Questions / Comments:
Post
Posting Guidelines
Formatting
- Now
×
Close
Donate
BTC: 12JxYMYi6Vt3mx3hcmP3B2oyFiCSF3FhYT
ETH: 0xCD715b2E3549c54A40e6ecAaFeB82138148a6c76